perm filename MLISP[3,2]1 blob
sn#000079 filedate 1972-11-04 generic text, type T, neo UTF8
MLISP is a meta-notation for LISP. It is described in AI memo AIM-135
(CS-179) and is maintained by Dave Smith at the AI Project.
To translate and execute an MLISP program, type
.R MLISP
*(MLISP <filename>)
To translate an MLISP program and print out the LISP translation, type
.R MLISPC
*(MLISP <filename> NIL)
To translate and compile an MLISP program, type
.R MLISPC
*(MLISP <filename> T)
To enter MLISP's <MREAD>-EVAL-PRINT loop (vs. the standard READ-EVAL-PRINT
loop), type (MEVAL). Exit from the loop by typing π (PI).